Schema bimoCommon.v1
Schema bimoCommon.v1 : Typ prosty string80
Typ prosty string80
Opis
Typ prosty umożliwiający zapisanie tesktu długości maksymalnie 80 znaków.
Przestrzeń nazw http://api.big.pl/bimo/v1
Typ
Restriction of Typ prosty string
Diagram
Typ prosty string80
Przegląd
string80 Restriction of Typ prosty string
Typ prosty umożliwiający zapisanie tesktu długości maksymalnie 80 znaków.
Dozwolone wartości
MaxLength80
Źródło
<xs:simpleType name="string80" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Typ prosty umożliwiający zapisanie tesktu długości maksymalnie 80 znaków.</div>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="bc:string">
    <xs:maxLength value="80" />
  </xs:restriction>
</xs:simpleType>
Zobacz także